home *** CD-ROM | disk | FTP | other *** search
- <HTML>
-
- <HEAD>
-
- <FONT FACE="verdana,arial,helvetica" SIZE=2>
-
- <TITLE>Planetary Trivia</TITLE>
-
- </HEAD>
-
- <BODY BGCOLOR="#FFFFFF">
-
- <H2>Planetary Trivia</H2>
-
- <HR>
-
- <BR>
-
- <H3><P ID=Q1 STYLE="color:Blue">
-
- <B>Question 1: </B>
-
- <P>
-
- Which of the following planets reflects the highest percentage
-
- of light it receives from the sun?
-
- </H3>
-
- <BR>
-
- <TABLE>
-
- <TR><TD><IMG SRC="mars.gif" ID=A11 onclick="Answer1();"></TD>
-
- <TD><IMG SRC="venus.gif" ID=A12 onclick="Answer1();"></TD>
-
- <TD><IMG SRC="saturn.gif" ID=A13 onclick="Answer1();"></TD>
-
- <TD><IMG SRC="uranus.gif" ID=A14 onclick="Answer1();"></TD></TR>
-
- </TABLE>
-
- <P ID=A1></P>
-
-
-
- <SCRIPT LANGUAGE=JavaScript>
-
- var srcElement
-
- function Answer1() {
-
- srcElement = window.event.srcElement;
-
- if (Q1.style.color=="blue") {
-
- if (srcElement.id=="A12") {
-
- srcElement.src = "correct.gif";
-
- Q1.style.color= "Green";
-
- } else {
-
- srcElement.src = "wrong.gif";
-
- Q1.style.color= "Red";
-
- }
-
- A1.innerHTML="<B>Venus</B> has an albedo of 59% " +
-
- "which is much higher than the other answers";
-
- }
-
- }
-
- </SCRIPT>
-
-
-
- <HR>
-
- </FONT>
-
- </BODY>
-
- </HTML>
-
-